BACK TO LIST

Syntax:

VA.Consider_this_Lang_File_to_match= Location

Details :

This specifies the location of the Language file to match the currently produced Engine Strings, with its name without *.Lang. This file holds the crucial information of the string compare protocols , and other features of the word like the word itself , language font, time length , no. of divisons Artificial Intelligence interface, etc.

Example :

Private Sub NowStartSpeechWork()

VoiceAction 1.....

:

:

:

VoiceAct1.Consider_this_Lang_File_to_Add = App.path & "\MyEnglish1"

End Sub

BACK TO LIST